Skip to content

Conversation

Dhiraj309
Copy link

This PR introduces a new audio-text-to-text task to the huggingface.js library. It enables converting audio input into text using automatic speech recognition (ASR) models.

Key updates:

Added packages/tasks/src/tasks/audio-text-to-text/ with:

data.ts – metadata for datasets, models, metrics, and demo.

inference.ts – logic for converting audio to text.

about.md – task description.

spec/input.json & spec/output.json – example inputs and expected outputs.

Task summary: "Convert audio input into text using speech-to-text (ASR) models."

Demonstration includes a sample .wav file and expected transcription output.

⚠️ Note: This task is currently not integrated into the main pipeline or automated tests. Manual testing is recommended before pipeline inclusion.

Copy link
Member

@Vaibhavs10 Vaibhavs10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies for the delay on this PR @Dhiraj309 - do note that there was an existing PR for this task already: #1212

We have since decided to converge on #1692 instead.

Thank you again for your contribution 🙏 (we'll proceed to close this)

cc: @Deep-unlearning @merveenoyan

@Vaibhavs10 Vaibhavs10 closed this Aug 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants